Skip to content

fix: fix type error#320

Merged
mykola-mokhnach merged 1 commit intomasterfrom
follow-type
Aug 17, 2025
Merged

fix: fix type error#320
mykola-mokhnach merged 1 commit intomasterfrom
follow-type

Conversation

@KazuCocoa
Copy link
Copy Markdown
Member

to fix:

kazu $ npm run build

> appium-windows-driver@4.4.5 build
> tsc -b

lib/utils.js:24:3 - error TS2322: Type '{ stdout: string | Buffer<ArrayBufferLike>; stderr: string | Buffer<ArrayBufferLike>; }' is not assignable to type '{ stdout: string; stderr: string; }'.
  Types of property 'stdout' are incompatible.
    Type 'string | Buffer<ArrayBufferLike>' is not assignable to type 'string'.
      Type 'Buffer<ArrayBufferLike>' is not assignable to type 'string'.

24   return await B.resolve(execAsync(fullCmd, opts))
     ~~~~~~

@mykola-mokhnach mykola-mokhnach merged commit dadaf07 into master Aug 17, 2025
11 checks passed
@mykola-mokhnach mykola-mokhnach deleted the follow-type branch August 17, 2025 05:57
github-actions bot pushed a commit that referenced this pull request Aug 17, 2025
## [4.4.6](v4.4.5...v4.4.6) (2025-08-17)

### Bug Fixes

* fix type error ([#320](#320)) ([dadaf07](dadaf07))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 4.4.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants